Skip to content

ci(deps)(deps): bump github/codeql-action/upload-sarif from 4.37.8 to 4.37.9 in the gh-actions-minor-patch group across 1 directory - #324

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/github_actions/gh-actions-minor-patch-049cf888ed
Sep 1, 2026
Merged

ci(deps)(deps): bump github/codeql-action/upload-sarif from 4.37.8 to 4.37.9 in the gh-actions-minor-patch group across 1 directory#324
github-actions[bot] merged 1 commit into
mainfrom
dependabot/github_actions/gh-actions-minor-patch-049cf888ed

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps the gh-actions-minor-patch group with 1 update in the / directory: github/codeql-action/upload-sarif.

Updates github/codeql-action/upload-sarif from 4.37.8 to 4.37.9

Release notes

Sourced from github/codeql-action/upload-sarif's releases.

v4.37.9

  • Update default CodeQL bundle version to 2.26.4. #4106
Changelog

Sourced from github/codeql-action/upload-sarif's changelog.

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

[UNRELEASED]

No user facing changes.

4.37.9 - 26 Aug 2026

  • Update default CodeQL bundle version to 2.26.4. #4106

4.37.8 - 21 Aug 2026

No user facing changes.

4.37.7 - 13 Aug 2026

  • Update default CodeQL bundle version to 2.26.3. #4085

4.37.6 - 04 Aug 2026

  • Changed the default filepath for the new remote file address format that was introduced in CodeQL Action 4.37.0 / 3.37.0 to .github/codeql-config.yml to align it with the suggested path that is used elsewhere. #4070

4.37.5 - 03 Aug 2026

  • Fixed a bug where a network error while streaming the download of the CodeQL bundle could terminate the init Action instead of falling back to downloading the bundle before extracting it. #4061

4.37.4 - 29 Jul 2026

  • This version of the CodeQL Action adds support for the tools input for the codeql-action/init step to be specified using a github-codeql-tools repository property. This feature will gradually be rolled out following the release of this version. Once rolled out, this allows for the CodeQL CLI version that is used in GitHub-managed workflows, such as Default Setup, to be set to a custom value. For example, customers who run into issues with rate limits when a new CodeQL CLI version is released can set the value to toolcache to always use the CodeQL CLI version that is available in the runner toolcache. For Advanced Setup workflows, the value provided for tools in the workflow definition always takes precedence unless the value of the repository property starts with !. #4037
  • Update default CodeQL bundle version to 2.26.2. #4051

4.37.3 - 22 Jul 2026

No user facing changes.

4.37.2 - 21 Jul 2026

  • The new address format for the config-file input that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, the remote= prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. #4023
  • The CodeQL Action can now make use of configured private registries in Default Setup to retrieve CodeQL configuration files from remote repositories that require authentication. This will allow customers to store their CodeQL configuration in a single repository that can then be referenced by Default Setup workflows in other repositories. We expect to roll this and other, related changes out to everyone in July. #4007

4.37.1 - 16 Jul 2026

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. #3956
  • Update default CodeQL bundle version to 2.26.1. #4019

4.37.0 - 08 Jul 2026

  • Update default CodeQL bundle version to 2.26.0. #3995

... (truncated)

Commits
  • cdf488f Merge pull request #4107 from github/update-v4.37.9-920ba7cd1
  • 7243f38 Update changelog for v4.37.9
  • 920ba7c Merge pull request #4106 from github/update-bundle/codeql-bundle-v2.26.4
  • ecfa6e1 Add changelog note
  • adcdf4a Update default bundle to codeql-bundle-v2.26.4
  • 486fec2 Merge pull request #4099 from github/update-supported-enterprise-server-versions
  • 134624c Merge pull request #4101 from github/dependabot/npm_and_yarn/npm-minor-457d82...
  • ff43db8 Merge pull request #4103 from github/mergeback/v4.37.8-to-main-db488dde
  • 4605e03 Rebuild
  • 099c869 Update changelog and version after v4.37.8
  • Additional commits viewable in compare view

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 31, 2026
@dependabot
dependabot Bot requested a review from devopam as a code owner August 31, 2026 06:19
@github-actions

Copy link
Copy Markdown

⚠️ Auto-merge workflow failed. Manual review required.

@dependabot dependabot Bot changed the title ci(deps)(deps): bump github/codeql-action/upload-sarif from 4.37.8 to 4.37.9 in the gh-actions-minor-patch group ci(deps)(deps): bump github/codeql-action/upload-sarif from 4.37.8 to 4.37.9 in the gh-actions-minor-patch group across 1 directory Aug 31, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/gh-actions-minor-patch-049cf888ed branch from fdfdd48 to 264cd46 Compare August 31, 2026 18:54
@github-actions

Copy link
Copy Markdown

⚠️ Auto-merge workflow failed. Manual review required.

devopam added a commit that referenced this pull request Sep 1, 2026
… deadlock (#328)

The workflow's 'Wait for status checks' step polled checks.listForRef on
the PR head SHA and waited for every check run to be 'completed' before
merging — but that list includes the workflow's own currently-running
check run, which can never be 'completed' mid-poll. Every bot PR timed
out after 60 attempts / ~10 minutes (see #324, #325, #326).

Replaced the hand-rolled wait-then-merge loop with native GitHub
auto-merge (gh pr merge --squash --auto), which lets GitHub itself wait
on branch protection's required-checks list and merge when green — no
self-polling possible. Also made workflow_dispatch actually usable via
a pr_number input (previously listed as a trigger but non-functional,
since the script only ever read context.payload.pull_request).


Claude-Session: https://claude.ai/code/session_013bghcqrffRB2LTwv2q2bTj

Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
Bumps the gh-actions-minor-patch group with 1 update in the / directory: [github/codeql-action/upload-sarif](https://github.com/github/codeql-action).


Updates `github/codeql-action/upload-sarif` from 4.37.8 to 4.37.9
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@db488dd...cdf488f)

---
updated-dependencies:
- dependency-name: github/codeql-action/upload-sarif
  dependency-version: 4.37.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gh-actions-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/gh-actions-minor-patch-049cf888ed branch from 264cd46 to b7376e8 Compare September 1, 2026 00:33
@github-actions
github-actions Bot enabled auto-merge (squash) September 1, 2026 00:33
@github-actions
github-actions Bot merged commit e8210e5 into main Sep 1, 2026
17 checks passed
@dependabot
dependabot Bot deleted the dependabot/github_actions/gh-actions-minor-patch-049cf888ed branch September 1, 2026 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants